home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 9
/
QRZ Ham Radio Callsign Database - Volume 9.iso
/
pc
/
files
/
logs
/
qrate.exe
/
READ.ME
< prev
Wrap
Text File
|
1993-08-27
|
1KB
|
39 lines
RATE
This is a utility for checking the maximum QSO rates from contest
logs. The log files must have one line per QSO and the time must
be shown as a single 4 digit number somewhere on the line.
CT log files in *.ASC *.RES and *.ALL format will be automatically
recognized and the appropriate column offset for the time will be
used.
Blank and comment lines are ignored. Only lines with a valid 4 digit
time count as a QSO for the rate counters. It is up to you whether
you use logs from before or after removing dupes. Always check the
indicated times in the logs to make sure the answers the program
gives are correct. Who knows what random ascii might screw up the
results.
Other log files may be used by specifying the offset on the command
line. Offsets have an origin of 0, the first column is 0, the next
is 1, and so on.
Sample command lines:
RATE CQWW.RES REPORT reads the file and saves the report
as REPORT
RATE MYLOG REPORT 27 reads a log file with the time in
column 27.
It's pretty simple and self-explanatory. The C source is included so
you can figure out what went wrong.
The report file must be specified. If you don't need one, use NUL.
Report any bugs or problems to Peter Jennings VE3SUN
72470.3171@compuserve.com
This program is distributed free and is in the Public Domain.